GET api/statusreports/my?States[0]={States[0]}&States[1]={States[1]}
Get a list of my status reports
Request Information
URI Parameters
| Name | Description | Type | Additional information |
|---|---|---|---|
| States | Collection of StatusReportState |
Required |
Body Parameters
None.
Response Information
Resource Description
Collection of StatusReport| Name | Description | Type | Additional information |
|---|---|---|---|
| GenerationDate | date |
None. |
|
| SubmitDate | date |
None. |
|
| ReportPeriodStart | date |
None. |
|
| ReportPeriodEnd | date |
None. |
|
| State | StatusReportState |
None. |
|
| Fields | Dictionary of string [key] and Object [value] |
None. |
|
| Tables | Collection of StatusReportTable |
None. |
|
| Owners | Collection of globally unique identifier |
None. |
|
| Approvers | Collection of globally unique identifier |
None. |
|
| ApprovedBy | globally unique identifier |
None. |
|
| ApprovalDate | date |
None. |
|
| ApprovalComments | string |
None. |
|
| WorkPlanId | globally unique identifier |
None. |
|
| id | globally unique identifier |
None. |
|
| ConfigId | globally unique identifier |
None. |
Response Formats
application/json, text/json
Sample:
[
{
"GenerationDate": "2026-06-05T18:34:24.0304801+00:00",
"SubmitDate": "2026-06-05T18:34:24.0304801+00:00",
"ReportPeriodStart": "2026-06-05T18:34:24.0304801+00:00",
"ReportPeriodEnd": "2026-06-05T18:34:24.0304801+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b581df40-5553-4845-af86-8acebcca83a2",
"Rows": [
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b581df40-5553-4845-af86-8acebcca83a2",
"Rows": [
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7124cba9-393a-44a3-a33c-47073f135d37",
"ec0e0d12-df76-46d1-90ce-9c2f481efa2a"
],
"Approvers": [
"35999ac3-f589-40c2-9e2b-930b459b00ec",
"3fe921c6-d0ac-435d-b9cf-64a04b40718f"
],
"ApprovedBy": "7957f2b5-4bc3-4045-98d8-b50e51600a53",
"ApprovalDate": "2026-06-05T18:34:24.0304801+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "65e97da4-b065-4325-98c3-8dfb04c8653d",
"id": "97d0e9b3-3740-4873-8d6e-d5c7f5f2a8e4",
"ConfigId": "13d0ed1c-8f7f-4844-a9ba-a4fdf0c2a0b6"
},
{
"GenerationDate": "2026-06-05T18:34:24.0304801+00:00",
"SubmitDate": "2026-06-05T18:34:24.0304801+00:00",
"ReportPeriodStart": "2026-06-05T18:34:24.0304801+00:00",
"ReportPeriodEnd": "2026-06-05T18:34:24.0304801+00:00",
"State": 0,
"Fields": {
"sample string 1": {},
"sample string 3": {}
},
"Tables": [
{
"TableId": "b581df40-5553-4845-af86-8acebcca83a2",
"Rows": [
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
},
{
"TableId": "b581df40-5553-4845-af86-8acebcca83a2",
"Rows": [
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
},
{
"ItemId": "6e871787-6c6a-4471-be7a-cf2f54a351ef",
"Fields": {
"sample string 1": {},
"sample string 3": {}
}
}
]
}
],
"Owners": [
"7124cba9-393a-44a3-a33c-47073f135d37",
"ec0e0d12-df76-46d1-90ce-9c2f481efa2a"
],
"Approvers": [
"35999ac3-f589-40c2-9e2b-930b459b00ec",
"3fe921c6-d0ac-435d-b9cf-64a04b40718f"
],
"ApprovedBy": "7957f2b5-4bc3-4045-98d8-b50e51600a53",
"ApprovalDate": "2026-06-05T18:34:24.0304801+00:00",
"ApprovalComments": "sample string 7",
"WorkPlanId": "65e97da4-b065-4325-98c3-8dfb04c8653d",
"id": "97d0e9b3-3740-4873-8d6e-d5c7f5f2a8e4",
"ConfigId": "13d0ed1c-8f7f-4844-a9ba-a4fdf0c2a0b6"
}
]